home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_4.swf / scripts / DefineButton2_844 / BUTTONCONDACTION on(release).as
Text File  |  2010-05-15  |  262b  |  15 lines

  1. on(release){
  2.    set("/Variables:TransMail",eval("/Variables:Instructions"));
  3.    if(_currentframe == 2)
  4.    {
  5.       tellTarget("InvSelection")
  6.       {
  7.          gotoAndStop(1);
  8.       }
  9.    }
  10.    tellTarget("MailMovie")
  11.    {
  12.       gotoAndPlay(3);
  13.    }
  14. }
  15.